Filename | (eval 1061)[/usr/share/perl/5.10/CGI.pm:869] |
Statements | Executed 14 statements in 47µs |
Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
7 | 7 | 2 | 43µs | 144µs | FETCH | CGI::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 144µs (43+101) within CGI::FETCH which was called 7 times, avg 21µs/call:
# once (14µs+44µs) by main::RUNTIME at line 832 of CGI.pm
# once (6µs+14µs) by main::RUNTIME at line 440 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (8µs+9µs) by main::RUNTIME at line 409 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (4µs+9µs) by main::RUNTIME at line 437 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (3µs+8µs) by main::RUNTIME at line 423 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (4µs+8µs) by main::RUNTIME at line 441 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (3µs+8µs) by main::RUNTIME at line 445 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl | ||||
2 | 7 | 4µs | return $_[0] if $_[1] eq 'CGI'; | ||
3 | 7 | 43µs | 7 | 101µs | return undef unless defined $_[0]->param($_[1]); # spent 101µs making 7 calls to CGI::param, avg 14µs/call |
4 | return join("\0",$_[0]->param($_[1])); | ||||
5 | } | ||||
6 | |||||
7 | ; |